Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
Category Class Reference

Category is the class for signature subcategories. More...

Public Member Functions

Bool getRetired ()
 Returns the retired value. More...
 
void setRetired (Bool)
 Sets the retired value. More...
 
string getCategoryName ()
 Returns the subcategory name. More...
 

Detailed Description

Category is the class for signature subcategories.

Member Function Documentation

◆ getCategoryName()

string Category::getCategoryName ( )

Returns the subcategory name.

Returns
string, the subcategory name.

◆ getRetired()

Bool Category::getRetired ( )

Returns the retired value.

Returns
enum<Bool>, the retired value. Retired values: eDefault = 0, eFalse = 1, eTrue = 2

◆ setRetired()

void Category::setRetired ( Bool  )

Sets the retired value.

Parameters
val,theretired value. Retired values: eDefault = 0, eFalse = 1, eTrue = 2

The documentation for this class was generated from the following file: